Crate rubedo

source ·
Expand description

The Rubedo crate is a library of useful functionality, some being extensions of standard library entities; some extensions of other, popular crates; and some being completely new functionality.

Note that some macros are implemented as proc macros, which can be found in the rubedo-macros crate.

Modules

  • This module provides extensions to the Chrono crate.
  • This module provides extensions to the Rust standard library.
  • This module provides macros that add syntactic sugar for common operations.

Macros

  • Converts a str string literal to an owned String.